e5e6e7
@@ -1538,9 +1538,9 @@
public boolean getResults(ArrayList<String> res) throws IOException, CommandNeed
           numRows++;
           res.add(row);
         }
+        row = null;
       } catch (IOException e) {
         console.printError("FAILED: Unexpected IO exception : " + e.getMessage());
-        res = null;
         return false;
       }
 
